From: Sebastian Kemper Date: Tue, 14 Nov 2017 21:54:26 +0000 (+0100) Subject: libsrtp2: install library symlink X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=7b3b808aea5bd65365f7943e3efbdca78079ba09;p=feed%2Ftelephony.git libsrtp2: install library symlink Install the symlink from libsrtp2.so to libsrtp2.so.1 as well. Signed-off-by: Sebastian Kemper --- diff --git a/libs/libsrtp2/Makefile b/libs/libsrtp2/Makefile index baf715d..890912b 100644 --- a/libs/libsrtp2/Makefile +++ b/libs/libsrtp2/Makefile @@ -55,8 +55,8 @@ endef define Package/libsrtp2/install $(INSTALL_DIR) $(1)/usr/lib - $(INSTALL_BIN) \ - $(PKG_INSTALL_DIR)/usr/lib/libsrtp2.so.* \ + $(CP) \ + $(PKG_INSTALL_DIR)/usr/lib/libsrtp2.so* \ $(1)/usr/lib/ endef